projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf1c8f
)
Add USB serial, BT to Linux device options until we can do it right.
author
robertl
<robertl>
Sat, 13 Feb 2010 23:25:23 +0000
(23:25 +0000)
committer
robertl
<robertl>
Sat, 13 Feb 2010 23:25:23 +0000
(23:25 +0000)
gui/serial_unix.cpp
patch
|
blob
|
history
diff --git
a/gui/serial_unix.cpp
b/gui/serial_unix.cpp
index b38d341d20122c75aa14183e1623655f68ddd8d4..5f74db5bb42a2b2e11fbd703823822597f0f35d0 100644
(file)
--- a/
gui/serial_unix.cpp
+++ b/
gui/serial_unix.cpp
@@
-1,4
+1,4
@@
-// $Id: serial_unix.cpp,v 1.
1 2009/09/02 19:05:27
robertl Exp $
+// $Id: serial_unix.cpp,v 1.
2 2010/02/13 23:25:23
robertl Exp $
//------------------------------------------------------------------------
//
// Copyright (C) 2009 S. Khai Mong <khai@mangrai.com>.
@@
-26,6
+26,8
@@
static const char *deviceNames[] = {
"/dev/ttyS1",
"/dev/ttyS2",
"/dev/ttyS3",
+ "/dev/ttyUSB0",
+ "/dev/rfcomm0",
0
};